home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Utilities / System / FKey / FKeys / Multi Find-Replace FKEY / Definition files / reformat ¶ ⁄ remove accents / Multi Find-Replace definition
Encoding:
Text File  |  1992-10-30  |  1.1 KB  |  32 lines  |  [TEXT/ttxt]

  1. This file is part of the FKEY "Multi Find-Replace".
  2.  
  3. It's resource fork contains the definition of the text to find and replace with. Use ResEdit to customize it.
  4.  
  5. Clipboard type: TEXT
  6.  
  7. Caps lock Up:       remove Carriage Return at the end of a line
  8. Caps lock Down:  remove accents
  9.  
  10.  
  11. Algorithm to remove Carriage Return:
  12.   - change all <space><CR> to <space>
  13.   - change all <CR><CR><CR><CR> to <string1 most likely inexistent>
  14.   - change all <CR><CR><CR> to <string2 most likely inexistent>
  15.   - change all <CR><CR> to <string3 most likely inexistent>
  16.   - change all <CR> to <space>
  17.   - change all  <string1 most likely inexistent> to <CR><CR><CR><CR>
  18.   - change all <string2 most likely inexistent> to <CR><CR><CR>
  19.   - change all <string3 most likely inexistent> to <CR><CR>
  20.  
  21. Remove accents:
  22.   - Extended ASCII characters are replaced by pure ASCII characters.
  23.      Examples:  é -> e          œ -> oe       … -> ...        » -> >>         ’ -> '
  24.  
  25.  
  26. 1 beep:  The clipboard does not contain pure text.
  27. 3 beeps: system error (e.g. STR# not found, not enough memory, etc)
  28.  
  29.  
  30. For more info, refer to the Readme file.
  31.  
  32.  Gaspard Gendreau, 1992